home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / getit02b.zip / GETIT.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1993-05-24  |  3KB  |  96 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 1.OO (plain) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     String   STRING004
  20.  
  21. ;------------------------------------------------------------------------------
  22.  
  23.     GetUser
  24.     If (((((Strip(U_Addr(0), " ") == "") && (Strip(U_Addr(1), " ") == "")) || (Strip(U_Addr(2), " ") == "")) || (Strip(U_Addr(3), " ") == "")) || (Strip(U_Addr(4), " ") == "")) Then
  25.         If (Exist(PPEPath() + "GADR")) DispFile PPEPath() + "GADR", 1 + 2 + 4
  26.         PromptStr 699, U_Addr(0), 50, Mask_Pwd(), 2 + 4 + 8 + 128
  27.         PromptStr 700, U_Addr(1), 50, Mask_Pwd(), 2 + 4 + 8 + 128
  28.         PromptStr 701, U_Addr(2), 25, Mask_Pwd(), 2 + 4 + 8 + 128
  29.         PromptStr 702, U_Addr(3), 10, Mask_Pwd(), 2 + 4 + 8 + 128
  30.         PromptStr 703, U_Addr(4), 10, Mask_Pwd(), 2 + 4 + 8 + 128
  31.         PromptStr 704, U_Addr(5), 15, Mask_Pwd(), 2 + 4 + 8 + 128
  32.     Endif
  33.     If (Psa(6) && (Strip(U_Notes(0), " ") == "")) Then
  34.         If (Exist(PPEPath() + "NOTE")) DispFile PPEPath() + "NOTE", 1 + 2 + 4
  35.         U_Notes(0) = ""
  36.         InputStr "Line 1 of 5", U_Notes(0), 14, 60, Mask_Ascii(), 2 + 4 + 128 + 512
  37.         U_Notes(1) = ""
  38.         InputStr "Line 2 of 5", U_Notes(1), 14, 60, Mask_Ascii(), 2 + 4 + 128 + 512
  39.         U_Notes(2) = ""
  40.         InputStr "Line 3 of 5", U_Notes(2), 14, 60, Mask_Ascii(), 2 + 4 + 128 + 512
  41.         U_Notes(3) = ""
  42.         InputStr "Line 4 of 5", U_Notes(3), 14, 60, Mask_Ascii(), 2 + 4 + 128 + 512
  43.         U_Notes(4) = ""
  44.         InputStr "Line 5 of 5", U_Notes(4), 14, 60, Mask_Ascii(), 2 + 4 + 128 + 512
  45.     Endif
  46.     If (0)
  47.     U_BDPhone, U_BDPhone, U_Expert, "@X0BYou @X0FMUST@X0C@X0B answer the above information or you will be placed@X07", U_BDPhone, U_Expert, "@X0Bin this section, each time you logon to this Bulletin Board@X07", U_BDPhone, U_Expert, "@X0BSystem, until your information is logged.@X07", U_BDPhone, 50, "Do you still want to Exit (Y/N)", STRING004, 10, U_HVPhone, (STRING004 == YesChar()), BOOLEAN000, U_PageLen, BOOLEAN000, U_HVPhone, (STRING004 == NoChar()), BOOLEAN000, U_PageLen, U_FSE, "", U_Expert, U_Expert
  48.  
  49. ;------------------------------------------------------------------------------
  50. ;
  51. ; Usage report (before postprocessing)
  52. ;
  53. ; ■ Statements used :
  54. ;
  55. ;    2       Goto 
  56. ;    5       Let 
  57. ;    5       If 
  58. ;    2       DispFile 
  59. ;    1       GetUser
  60. ;    5       InputStr 
  61. ;    6       PromptStr 
  62. ;
  63. ;
  64. ; ■ Functions used :
  65. ;
  66. ;    45      +
  67. ;    16      ==
  68. ;    3       !
  69. ;    6       &&
  70. ;    6       ||
  71. ;    2       NoChar()
  72. ;    1       YesChar()
  73. ;    13      Strip()
  74. ;    6       Mask_Pwd()
  75. ;    5       Mask_Ascii()
  76. ;    6       PPEPath()
  77. ;    3       Exist()
  78. ;    4       Psa()
  79. ;
  80. ;------------------------------------------------------------------------------
  81. ;
  82. ; Analysis flags : No flag
  83. ;
  84. ;------------------------------------------------------------------------------
  85. ;
  86. ; Postprocessing report
  87. ;
  88. ;    0       For/Next
  89. ;    0       While/EndWhile
  90. ;    2       If/Then or If/Then/Else
  91. ;    0       Select Case
  92. ;
  93. ;------------------------------------------------------------------------------
  94. ;                 AEGiS Corp - Break the routines, code against the machines!
  95. ;------------------------------------------------------------------------------
  96.